-
Notifications
You must be signed in to change notification settings - Fork 76
CHA-1570 Add benchmarking section to event platform documentation #1068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Gitleaks PR check🟢 We detected no secrets within this PR! Good job 🎉 |
content/event-platform/benchmark.md
Outdated
|
||
- `type:` The type of benchmark event to launch. Currently, `com.akeneo.benchmark.v1.test` is the only available option. | ||
- `count (optional):` A limit on the number of events to be sent. For example, `50` (default `1000`). | ||
- `size (optional):` The size of the event payload. Available options are `S`, `M`, or `L`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the "size" option is a questionable feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a section on how to debug a failed benchmark using self service logs
#### Body properties | ||
|
||
- `type:` The type of benchmark event to launch. Currently, `com.akeneo.benchmark.v1.test` is the only available option. | ||
- `count (optional):` A limit on the number of events to be sent. For example, `50` (default `1000`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a maximum for the count ? (I didn't read the code yet)
No description provided.